Skip to main content
GET
/
public
/
v1
/
segment-service
/
segments
/
{segment-id}
/
signed-url
[BETA] Get upload users signed url for a segment.
curl --request GET \
  --url https://api.topsort.com/public/v1/segment-service/segments/{segment-id}/signed-url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.topsort.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.

Path Parameters

segment-id
string
required

The ID of the segment.

Query Parameters

action
enum<string>
default:add

The action to perform on the segment. Possible values are 'add', 'remove', or 'replace'. The 'replace' action will first remove all existing users from the segment before adding the new ones.

Available options:
add,
remove,
replace

Response

Successful Response

url
string<uri>
required

The presigned URL.

Required string length: 1 - 2083